projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcbe11
)
(rmail-mime-charset-pattern): Allow a TAB between "Content-Type" and
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Oct 2006 13:29:51 +0000
(13:29 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Oct 2006 13:29:51 +0000
(13:29 +0000)
"text/plain".
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index b196d906f81da9aef9ef4d77210f50c9fb68e536..68dfd9f7ca47846a4806c4e93fd1910412cd87de 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-623,7
+623,7
@@
the variable `rmail-mime-feature'.")
;;;###autoload
(defvar rmail-mime-charset-pattern
- (concat "^content-type:[ ]*text/plain;"
+ (concat "^content-type:[
\t
]*text/plain;"
"\\(?:[ \t\n]*\\(?:format\\|delsp\\)=\"?[-a-z0-9]+\"?;\\)*"
"[ \t\n]*charset=\"?\\([^ \t\n\";]+\\)\"?")
"Regexp to match MIME-charset specification in a header of message.